From 865cc8e06078b6caceb9f7e8d383658d05068f89 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Wed, 23 Nov 2011 21:02:55 +0100 Subject: [PATCH] * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind `non-essential' to t, in order to avoid remote connections. --- lisp/ChangeLog | 6 +++--- lisp/rfn-eshadow.el | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8053a948cb8..a2c089422eb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -240,12 +240,12 @@ 2011-11-16 Michael Albinus - * net/tramp.el (tramp-handle-file-truename): Cache only the local - file name. - * net/tramp-cache.el (tramp-flush-file-property): Flush also properties of linked files. (Bug#9879) + * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the + local file name. + 2011-11-16 Juanma Barranquero * menu-bar.el (menu-bar-file-menu): diff --git a/lisp/rfn-eshadow.el b/lisp/rfn-eshadow.el index 2d8c6e0964d..ded76f9fbcb 100644 --- a/lisp/rfn-eshadow.el +++ b/lisp/rfn-eshadow.el @@ -179,7 +179,8 @@ been set up by `rfn-eshadow-setup-minibuffer'." (let ((goal (substitute-in-file-name (minibuffer-contents))) (mid (overlay-end rfn-eshadow-overlay)) (start (minibuffer-prompt-end)) - (end (point-max))) + (end (point-max)) + (non-essential t)) (unless ;; Catch the common case where the shadow does not need to move. (and mid -- 2.30.2